From: Andy Chiang Date: Fri, 10 Oct 2025 08:21:42 +0000 (+0700) Subject: luci-mod-network: fix brackets in interfaces.js X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=3bdc28dba5a5be1b440d938f05b5f8d5fa18503b;p=project%2Fluci.git luci-mod-network: fix brackets in interfaces.js fix brackets in interfaces.js for translate Signed-off-by: Andy Chiang --- diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js index 696d324da6..3246d5206a 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js @@ -846,7 +846,7 @@ return view.extend({ }; so = ss.taboption('ipv6-ra', form.Value, 'ra_pref64', _('NAT64 prefix'), _('Announce NAT64 prefix in RA messages.') + ' ' + - _('See %s and %s.'.format('RFC6146', 'RFC8781').format('https://www.rfc-editor.org/rfc/rfc6146', 'https://www.rfc-editor.org/rfc/rfc8781'))); + _('See %s and %s.').format('RFC6146', 'RFC8781').format('https://www.rfc-editor.org/rfc/rfc6146', 'https://www.rfc-editor.org/rfc/rfc8781')); so.optional = true; so.datatype = 'cidr6'; so.placeholder = '64:ff9b::/96';